unique.indirect.mu (field)

9 uses

	unique (current package)
		canonmap.go#L97: 		i.mu.Lock()
		canonmap.go#L104: 		i.mu.Unlock()
		canonmap.go#L111: 	defer i.mu.Unlock()
		canonmap.go#L214: 		i.mu.Lock()
		canonmap.go#L241: 				parent.mu.Lock()
		canonmap.go#L244: 				i.mu.Unlock()
		canonmap.go#L247: 			i.mu.Unlock()
		canonmap.go#L251: 		i.mu.Unlock()
		canonmap.go#L290: 	mu       sync.Mutex // Protects mutation to children and any children that are entry nodes.